
@font-face {
  font-family: "BeVietnamPro-Regular";
  src: url("../fonts/BeVietnamPro-Regular.ttf");
}

@font-face {
  font-family: "BeVietnamPro-SemiBold";
  src: url("../fonts/BeVietnamPro-SemiBold.ttf");
}

@font-face {
  font-family: "BeVietnamPro-Italic";
  src: url("../fonts/BeVietnamPro-Italic.ttf");
}

:root {
  --primary1D: #1d1d1f;
  --primary7F: #7f8a96;
  --red: #cf232a;
  --yellow: #eb9422;
}
body{
      font-family: "Be Vietnam Pro" !important;
      overflow: auto !important;
}
/* Fix lỗi kẹt scroll trên mobile */
html, body {
    touch-action: manipulation;
    -webkit-overflow-scrolling: touch; /* Cho iOS mượt hơn */
}

/* Nếu có preloader phủ màn hình, hãy chắc chắn dòng này có */
#preloader, .loading-screen {
    pointer-events: none; /* Cho phép chạm xuyên qua lớp phủ */
}
section {
  font-size: 14px;
  margin-bottom: 5rem;
}

.medium {
  font-family: "GoogleSans-Medium";
}

.regular {
  font-family: "GoogleSans-Regular";
}

.italic {
  font-family: "GoogleSans-Italic";
}

.BE-bold {
  font-family: "BeVietnamPro-SemiBold" !important;
}

.BE-regular {
  font-family: "BeVietnamPro-Regular" !important;
}

.BE-italic {
  font-family: "BeVietnamPro-Italic" !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

p {
  margin-bottom: 1rem !important;
}

b {
  font-weight: normal;
  font-family: "GoogleSans-Medium";
}

.color-D12D29 {
  color: #d12d29 !important;
}

.lh-24 {
  line-height: 24px;
}

.flex {
  display: flex;
}

.f-a-i-center {
  align-items: center;
}

.f-j-center {
  justify-content: center;
}

.cl1D {
  color: var(--primary1D);
}

.cl7F8 {
  color: var(--primary7F);
}

.clCf2 {
  color: var(--red);
}

.clEB {
  color: var(--yellow);
}

.cl6B {
  color: #6b7177;
}

.cl77 {
  color: #77a841 !important;
}

.clblue {
  color: #008bf4 !important;
}

.radius {
  border-radius: 12px !important;
}

.w500 {
  width: 500px !important;
}

.h-100 {
  height: 100vh;
}

.line15 {
  line-height: 15px;
}

h4 {
  font-size: 16px;
  color: var(--primary1D);
}

h3 {
  font-size: 18px;
}

h2 {
  font-size: 40px;
  color: var(--primary1D);
}

.f28 {
  font-size: 28px;
}

.f25 {
  font-size: 25px;
}

.gl-support p {
  margin-bottom: 0 !important;
}

.title {
  font-size: 40px;
  margin-bottom: 40px;
  color: #1d1d1f;
  text-transform: none !important;
}

.sign_up {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.sign_up a {
  color: #1d1d1f;
  font-size: 16px;
}

a.form-sub {
  color: #fff;
  background: #eb9422;
  padding: 5px 20px !important;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.boxcont {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 32px 8px;
  min-height: 370px;
}

.listitem li {
  font-size: 14px;
  color: #6b7177;
}

.listitem li,
.listitem.dot li,
.listitem.dot1 li,
.listitem.dot2 li {
  background: url(../img/dot.svg) no-repeat 0 3px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.listitem.dot li {
  background: url(../img/dot2.svg) no-repeat 0 0;
  padding-left: 35px;
}

.listitem.dot1 li {
  background: url(../img/dot3.svg) no-repeat 0 5px;
}

.listitem.dot2 li {
  background: url(../img/dot4.svg) no-repeat 0 7px;
  padding-left: 25px;
  color: #6b7177;
  font-size: 18px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

ul.listpay {
  border: 1px solid rgba(112, 112, 112, 0.25);
  border-radius: 3px;
  background: #fff;
  position: relative;
}

ul.listpay::before {
  position: absolute;
  right: -104px;
  bottom: 0;
  z-index: -1;
  content: "";
  background: url(../img/money.svg) no-repeat 0 0;
  width: 154px;
  height: 167px;
}

ul.listpay li {
  display: flex;
  align-items: end;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  padding: 10px 27px 0;
}

ul.listpay li:last-child {
  border: none;
}

ul.listpay li img {
  margin-right: 24px;
}

.Nextpay-bank {
  margin-bottom: 40px;
  position: relative;
}

.bank-more::before {
  content: "";
  background: url(../img/line.svg) no-repeat right 0;
  width: 250px;
  height: 260px;
  display: inline-block;
  position: absolute;
  top: -90px;
  transform: rotate(180deg);
  right: 0;
}

.Neb-list {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.Neb-list li {
  display: inline-block;
  margin: 15px 10px;
}

.Nebl-detail {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 123px;
  height: 45px;
  border-radius: 5px;
}

.Nebl-detail span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.Nebl-detail span img {
  width: 253px;
  height: 50px;
  object-fit: contain;
  display: inline-block;
}

.list-partner ul {
  text-align: center;
  margin-top: 40px;
}

.list-partner ul li {
  display: inline-block;
  padding: 0px;
}

.list-partner ul li .lp-detail {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 150px;
}

.list-partner ul li .lp-detail span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  height: 70px;
}

/*NextAcc-advisory*/
.Nextpay-advisory {
  background-image: linear-gradient(to right, #e99323, #cf232a);
  margin-bottom: 40px;
  border-radius: 15px;
  padding: 40px;
}

.Nea-text {
  margin: 25px 0;
}

.Nea-text label {
  font-size: 27px;
  font-family: "font-Medium";
}

.Nea-text p {
  margin-bottom: 10px;
}

.Nea-text a {
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
}

.Nea-text a.active {
  background: #fff !important;
  color: #333 !important;
}

/*NextAcc-advisory*/
.Nea-img-mobile {
  display: none;
}

.banner-top .breadcrumb {
  background: none;
  padding: 20px 0 0;
}

.banner-top .breadcrumb a {
  color: var(--primary1D);
  font-size: 14px;
}

.banner-top .breadcrumb li:last-child::before {
  padding: 0 5px;
  color: var(--primary1D);
  content: "/\00a0";
}

.banner-top .title {
  font-size: 32px;
  font-weight: 600 !important;
}

.dis-desktop {
  display: none;
}

.bggray {
  background-color: #f1f1f3;
}

.btn-orange {
  background: #eb9422;
  border: none;
  border-radius: 12px;
  transition: all 0.3s;
  color: #fff !important;
  padding: 8px 38px;
  font-size: 16px;
}

.btn-orange:hover,
.btn-orange:focus {
  background: #cf7704;
  border: none;
  box-shadow: none;
}

.btn-blue {
  background: #008bf4;
}

.btn-blue:hover,
.btn-blue:focus {
  background: #0479d1;
  border: none;
  box-shadow: none;
}

.banner-qr {
  background: url(../img/bg-qr.svg) no-repeat right bottom;
}

.payment-qr .boxcont {
  min-height: 300px;
  padding: 32px 20px;
}

.Nell-detail ul li {
  display: inline-block;
  margin: 6px;
}

.Nell-detail ul li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 123px;
  height: 45px;
}

.Nell-detail ul li span img {
  height: 100%;
}

.bcl-detail {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 123px;
  height: 45px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 36px -20px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 36px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 36px -20px rgb(0 0 0 / 50%);
}

.navbar-toggler {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.cl0B6 {
  color: #0b63ac;
}

.nobg {
  background: none;
}

.mission {
  background-image: linear-gradient(to right, #d13229, #d15029);
  padding: 45px 0;
}

.mission .carousel-item p {
  min-height: 180px;
  margin-bottom: 0 !important;
}

.carousel-control-prev,
.carousel-control-next {
  top: auto;
  right: 90px;
  left: auto;
  width: auto;
  opacity: 1;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  font-size: 30px;
  background: none;
}

.carousel-control-prev-icon::before {
  position: absolute;
  top: 23px;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  left: 8px;
}

.carousel-control-next-icon::before {
  position: absolute;
  top: 23px;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  left: -19px;
}

.Nextpay-merchant {
  background: #0e1520;
  padding: 40px 0;
  margin-bottom: 0;
}

.Nem-content {
  width: 900px;
  margin: 0 auto;
}

.Nemc-list {
  text-align: center;
  margin: 30px 0;
}

.Nemc-list li {
  display: inline-block;
  margin: 0 10px;
}

.Nemc-slide {
  display: inline-block;
  width: 100%;
  background-image: linear-gradient(#022949, #0e1520);
  color: #fff;
  border-radius: 14px;
  margin: 20px 0;
  padding: 0 15px;
}

.Nems-detail {
  padding: 30px;
}

.Nems-detail .content {
  padding-right: 30px;
}

.Nems-detail li>span {
  float: left;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}

.Nems-detail li>label {
  font-size: 15px;
  margin-left: 15px;
}

.Nems-detail li>label>span {
  display: block;
  font-size: 12px;
}

.list-partner {
  margin-top: -50px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
  padding: 30px 0 0;
}

.list-partner ul {
  text-align: center;
  margin-top: 40px;
}

.list-partner ul li {
  display: inline-block;
  padding: 0px;
}

.list-partner ul li .lp-detail {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 150px;
}

.list-partner ul li .lp-detail span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  height: 70px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
}

.owl-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 27px;
  height: 1px;
  margin-left: 2px;
  margin-right: 2px;
  background: #90949a;
  border: none;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
  background: #fff;
  height: 2px;
}

.owl-carousel .owl-item img {
  object-fit: contain;
}

.card-img {
  margin-bottom: 44px;
}

.card-img img {
  max-width: 1140px;
}

/* mpos guide */
.mpos-guidePayment {
  background: #F8F8F8;
  padding: 32px 0;
  margin: 0;
  color: #282E31 !important;
}

.mpos-guidePayment h3 {
  font-size: 32px;
  font-weight: 600 !important;
  margin-bottom: 30px;
  color: #282E31;
}

.mpos-guidePayment .btn-orange {
  padding: 8px 22px;
  display: inline-block;
}

.mpos-guidePayment img {
  max-width: 300px;
}

/*contact*/
.Nextpay-contact {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  padding: 50px 0;
}

.Necf-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.Necf-btn button,
.Necf-btn input[type="submit"] {
  padding: 5px 50px;
}

.Nec-form h2 {
  font-size: 22px;
  color: #1d1d1f;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.Nec-form h2 span {
  color: #1765aa;
}

.Nec-form p {
  text-align: center;
  font-size: 14px;
  color: #7f8a96;
}

.Nec-form .form-group p.erross {
  text-align: left;
  font-size: 12px;
  color: #ff003b;
  display: none;
}

.Nec-form .form-group.form-eross p.erross {
  display: block;
}

.Nec-form label {
  font-size: 20px;
}

.Nec-form input,
.Nec-form textarea,
.Nec-form select,
.Nec-form input.form-control {
  width: 100%;
  color: #1d1d1f !important;
  font-size: 14px;
  padding: 12px 8px;
  border: 1px solid #e8e8e8;
  height: auto;
}

.Nec-form input[placeholder],
.Nec-form textarea[placeholder] {
  color: #c4c4c4;
}

.Nec-form ul {
  margin-bottom: 0;
  margin-top: 15px;
}

.Nec-form ul li {
  display: inline-block;
  margin-right: 20px;
}

.radio-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #7f8a96;
  margin-bottom: 0;
}

/* communication */
.communication .col-md-4 img {
  width: 62px;
  height: 62px;
}

.communication .title {
  max-width: 900px;
  margin: 0 auto 40px;
}

.communication .col-md-4 h3 {
  color: #404040;
  font-family: "GoogleSans-Medium";
}

.decrip {
  /*  color: #6b7177;*/
  /*  height: 95px;*/
  overflow: hidden;
  text-align: center;
}

.link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "GoogleSans-Medium";
}

.link i {
  margin-left: 10px;
}

/* mpos-equipment */
.mpos-equipment::before {
  content: "";
  background: url(../img/line.svg) no-repeat right 0;
  width: 367px;
  height: 310px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -90px;
  z-index: -1;
}

.mpos-equipment .title {
  max-width: 730px;
  margin: 0 auto 40px;
}

/* benefit */
.benefit .box {
  background: rgba(107, 113, 119, 0.05);
  border-left: 10px solid #008bf4;
  border-radius: 10px;
  padding: 50px 40px 50px 80px;
}

.benefit span,
.mpos-atm360 p {
  color: #6b7177;
}

.mpos-new img {
  height: 186px;
  border-radius: 6px;
  margin-bottom: 24px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.mpos-new h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: lowercase;
  display: -webkit-box;
  margin-bottom: 12px;
}

.mpos-new h3 a {
  font-size: 18px;
  color: #002249;
  line-height: 26px;
  font-family: "GoogleSans-Medium" !important;
  display: block;

}

.mpos-new h3 a::first-letter {
  text-transform: uppercase;
}

.mpos-new h3 a:hover {
  color: #008BF4 !important;
}

.mpos-new p {
  color: #262A2E;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mpos-new p.date {
  color: #666E7A;
  font-size: 14px;
}

.mpos-new .btn-orange {
  background: #FDF5E9;
  color: #EB9422 !important;
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  transition: all 0.3s;
}

.mpos-new .btn-orange:hover {
  background: #cf7704;
  color: #fff !important;
}

.mpos-new .btn-orange svg {
  font-family: "GoogleSans-Medium" !important;
  width: 16px;
  margin-left: 10px;
}

.mpos-new .new-item h3 {
  margin-bottom: 0;
}

.new-item {
  display: grid;
  align-items: center;
  grid-template-columns: 170px auto;
  margin-bottom: 14px;
}

.new-item a {
  border-radius: 10px;
  height: 86px;
  margin-right: 10px;
}

.new-item a img {
  width: 100%;
  margin: 0;
  height: auto;
}

.new-item h3 a {
  font-size: 16px;
  font-family: "GoogleSans-Medium" !important;
  line-height: 22px;
  margin-right: 0;
  text-align: left;
}

.view-more {
  background: rgba(0, 139, 244, 0.05);
  font-size: 15px;
  color: #008bf4;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 34px;
  transition: all 0.3s;
}

.view-more:hover {
  background: #008bf4;
  color: #fff;
}

.intro-dowload {
  background: #CB2F2C;
  /*background-image: linear-gradient(to right,
      rgba(233, 147, 35, 0),
      rgba(207, 35, 42, 1));*/
  /*  background: url(../img/bg-mpos360.svg) no-repeat;*/
  border-radius: 16px;
  padding: 50px;
  /*  color: #fff;*/
  margin: 60px 0;
  position: relative;
  box-shadow: 0 4px 12px #00000030;
}

.intro-dowload.intro-dowload-next360 {
  background: #73AE4A;
  /*background-image: linear-gradient(to right, rgba(142, 190, 90, 0), rgba(90, 141, 34, 1));*/
  padding: 14px 50px;
  /*background: url(../img/bg-tingbox-app.png) no-repeat;*/
  background-size: cover;
  color: #fff;
}

.intro-dowload.intro-dowload-mposdigital {
  background: rgb(133 182 79);
  background-image: linear-gradient(to right, rgba(142, 190, 90, 0), rgba(90, 141, 34, 1));
  padding: 14px 50px;
  background: url(../../../mpos-assets/img/bg-digital-app.png) no-repeat;
  background-size: cover;
  box-shadow: 0 4px 12px rgb(0 0 0 / 19%);
}
.intro-dowload.intro-dowload-mposdigital .list-download{
  align-items: flex-end;
}
.intro-dowload h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
}
.intro-dowload .qrcode{
      background: #101419;
      margin-right: 0 !important;
}
.decrips {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  max-width: 430px;
  margin: 0 auto 20px;
}

.ic-mobile {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 0;
  max-width: 430px;
}

.intro-left {
  max-width: 600px;
  position: relative;
  z-index: 9;
}

.mr-20 {
  margin-right: 20px;
}

.bg-top-l,
.bg-top-r {
  background: url(../img/dow-top.svg) no-repeat 0 0;
  width: 190px;
  height: 200px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-top-r {
  background: url(../img/dow-top-r.svg) no-repeat 0 0;
  right: -4px;
  left: auto;
}

.qrcode {
  background: #101419;
  max-width: 90px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 11px;
  font-size: 12px;
      max-width: 100%;
    margin: 0 !important;
}

.qrcode span {
  color: #fff;
}

.qrcode img {
  display: block;
  margin: 6px auto 2px;
}

.list-download a {
  display: block;
}

.list-download a img {
  max-width: 160px;
}

.list-download {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mpos-support .col-md-6 div.clearfix {
  background: #f5f6f7;
  border-radius: 14px;
  padding: 30px 36px;
}

.mpos-support div.clearfix p:first-child {
  font-size: 22px;
  font-family: "GoogleSans-Medium";
}
.mpos-support .col-md-6{
  display: flex;
}
.mpos-support{
  margin-bottom: 24px;
}
.download-app {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.qrimg img {
  max-width: 75px;
}

.download-app>.Neb-partner {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  color: #6b7177;
}

.download-app>.Neb-partner li {
  display: flex;
  align-items: center;
}

.download-app>.Neb-partner li a {
  max-width: 100px;
  padding-left: 0;
  margin-right: 6px;
  margin-top: 2px;
  display: inline-block;
}

.borradius {
  border-radius: 14px 44px;
}

.slideimg {
  max-width: 620px;
  margin-left: auto;
  height: 430px;
}

.banner-new {
  padding: 30px 0 60px;
  margin-bottom: 20px;
}

.banner-new .Nems-detail,
.mpos-equipment,
.mpos-card,
.reading-device {
  position: relative;
}

.banner-new .owl-carousel .owl-dots .owl-dot.active,
.banner-new .owl-carousel .owl-dots .owl-dot:hover {
  background: #e99323;
  height: 4px;
}

.banner-new .owl-carousel .owl-dots .owl-dot {
  background: #bfbfbf;
  height: 2px;
}

.banner-new .owl-carousel .owl-dots {
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.bg-position {
  position: absolute;
  z-index: -1;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  display: inline-block;
  bottom: -30px;
  right: -20px;
  background: #e99323;
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite;
}

.circle {
  background: #cf232a;
  width: 47px;
  height: 47px;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
  bottom: -70px;
  right: 55px;
}

.banner-new .carousel-control-prev-icon::before,
.banner-new .carousel-control-next-icon::before {
  background: #e99323;
}

.banner-new .carousel-control-prev {
  right: 250px;
}

.banner-new .carousel-control-next {
  right: 185px;
}

/*header*/
.Nextpay-header {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 999;
}

.modal-backdrop {
  z-index: 99;
}

.logo a {
  display: inline-block;
  padding: 14px 0px;
  width: 130px;
}

.Nextpay-header .navbar {
  display: inline-block;
  float: right;
  padding: 0;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before,
.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:before {
  border-bottom: 3px solid #d12328;
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .btn-regis {
  font-size: 16px;
  font-family: "GoogleSans-Medium";
  color: #008bf4;
  border-radius: 5px;
  padding: 5px 20px;
  margin-left: 182px;
  background: #e3eff8;
  transition: 0.6s all ease;
  margin: 17px 0 14px 20px;
  display: inline-block;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .btn-regis:hover {
  background: #008bf4;
  color: #fff;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #404040;
  /* padding: 23px 18px !important;
  font-family: "GoogleSans-Medium" !important; */
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  font-size: 16px;
  color: #d12328;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #d12328;
}

.gls-detail li .gls-detail-list h2 {
  font-family: "GoogleSans-Medium" !important;
}

.gls-detail li .gls-detail-list p {
  margin-bottom: 0 !important;
}

.show-menu .bg-gray {
  top: 394px;
}

.show-menu .hassubmenu .submenu {
  top: 394px;
}

.hassubmenu .submenu {
  transition: 0.2s ease-in-out all;
  display: flex;
  flex-wrap: wrap;
  background: #fafafb;
  z-index: 1000;
  width: 100vw;
  padding: 20px 0;
  position: fixed;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}

.hassubmenu .submenu .row,
.hassubmenu .submenu .form-row {
  width: 100%;
}

.hassubmenu .submenu .row .col-md-3,
.hassubmenu .submenu .form-row .col-md-3 {
  padding: 0;
}

.hassubmenu .submenu_resume h3 {
  font-size: 24px;
  font-family: "GoogleSans-Medium";
}

.hassubmenu .submenu_resume p {
  font-size: 16px;
  color: #747474;
}

.hassubmenu .submenu_resume a {
  display: inline-block;
}

.bg-gray {
  position: fixed;
  top: 124px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.submenu li a.gls-detail-list:hover {
  box-shadow: 0px 0px 20px 12px #bababa33;
  background: #fff;
  border-radius: 6px;
}

@media only screen and (max-width: 767.98px) {
  .hassubmenu .submenu {
    max-height: 300px;
    overflow-y: scroll;
  }
}

.hassubmenu .submenu .item {
  display: flex;
  align-items: center;
  padding: 10px;
}

.hassubmenu .submenu .item .icon {
  display: inline-block;
  max-height: 30px;
  max-width: 30px;
  margin-right: 10px;
}

.hassubmenu .submenu .item .title {
  color: #1a1a1a;
}

.hassubmenu .submenu .item.active,
.hassubmenu .submenu .item:hover {
  text-decoration: none;
  background-color: rgba(24, 99, 173, 0.1);
}

.hassubmenu .submenu .item.active .title,
.hassubmenu .submenu .item:hover .title {
  color: #1863ad;
}

.Nextpay-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
  color: #424f5f;
  font-family: "GoogleSans-Medium";
}

.menu-mobile {
  display: none;
  position: absolute;
  right: 30px;
  top: 15px;
}

.menu-mobile button {
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 20px;
}

.menu-mobile .modal-dialog {
  max-width: 100%;
  margin-top: 118px;
  margin-right: 0;
  margin-left: 0;
}

.menu-mobile .modal-dialog .modal-content {
  border-radius: 0;
  top: 0;
  border: 0;
  box-shadow: none;
}

.menu-mobile .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.mb-detail {
  border-radius: 0;
  border: 0;
}

.mb-detail .card-header {
  padding: 0;
  border: 0;
}

.mb-detail .card-header h2 {
  padding: 0px 22px;
}

.mb-detail .card-header h2 a {
  font-size: 16px;
  color: #333;
  padding: 15px 0px;
  border-bottom: 1px solid #dedede9c;
}

.mb-detail .card-header h2 a i {
  transform: rotate(0deg);
  float: right;
  transition: 0.5s all ease;
}

.mb-detail .card-header h2 a.collapsed i {
  transform: rotate(45deg);
}

.Nextpay-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gls-detail li .gls-detail-list {
  padding: 9px 9px 9px 60px !important;
}

.mb-detail .card-header h2 .singin {
  border: 1px solid #7f8a96;
  padding: 10px;
  margin: 0px 0 20px;
  border-radius: 12px;
}

.gls-detail li .gls-detail-list h2.m-t-10 {
  margin-top: 10px !important;
}

/*End Header*/
/* page lien hệ */
.Nextpay-title {
  margin: 50px 0;
}

.banner-contact {
  background: url(../img/banner-lienhe.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 68px 0;
  border-radius: 18px;
}

.banner-contact h3 {
  color: #fff;
  font-size: 40px;
}

.banner-contact p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

/* điều khoản */
.ruler {
  background-image: linear-gradient(to right, #d13129, #d15129);
  position: relative;
  color: #fff;
  padding-bottom: 15px;
}

.ruler::before {
  content: "";
  background: url(../img/bg-ruler.svg) no-repeat right 0;
  height: 160px;
  width: 100%;
  position: absolute;
  right: 0;
}

.ruler a,
.banner-top.ruler .breadcrumb li:last-child::before,
.ruler h3 {
  color: #fff !important;
}

.mpos-ruler {
  padding-top: 50px;
}

ul.form-style {
  padding-left: 20px;
}

ul.form-style li {
  list-style-type: upper-roman;
  font-size: 20px;
}

ul.form-style li h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "GoogleSans-Medium";
}

ul.form-style li ol li {
  list-style-type: decimal;
  font-size: 14px;
  margin-bottom: 10px;
}

ul.form-style li ol li b {
  font-weight: normal;
  font-family: "GoogleSans-Medium";
}

ul.form-style p {
  margin-bottom: 5px;
}

/* hướng dẫn sử dụng */
.mpos-guide {
  padding: 60px 0;
}

.tab-nav {
  padding-right: 50px;
}

.tab-nav ul li {
  width: 100%;
  display: block;
}

.tab-nav ul li:first-child a {
  border-radius: 8px 8px 0 0;
}

.tab-nav ul li a.active,
.tab-nav ul li a:hover {
  color: #fff;
  background: #d12328;
}

.tab-nav ul a.active {
  font-family: "GoogleSans-Medium";
}

.tab-nav ul li a.active .icon-red,
.tab-nav ul li a:hover .icon-red {
  filter: invert(96%) sepia(96%) saturate(18%) hue-rotate(281deg) brightness(105%) contrast(106%);
}

.tab-nav ul a {
  color: #707070;
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}

.icon-red {
  filter: invert(23%) sepia(92%) saturate(5530%) hue-rotate(349deg) brightness(86%) contrast(89%);
  margin-right: 15px;
  width: 24px;
  height: 24px;
}

.boxcontt p {
  font-size: 14px;
}

.boxcontt .download-app {
  margin-top: 0;
}

.dropdown-toggle::after {
  content: none;
}

.menunav {
  position: relative;
  display: none;
}

.bg_overlay.show-popup {
  display: block;
}

.bg_overlay {
  background: rgba(0, 0, 0, 0.75);
  content: "";
  width: 100%;
  height: 250vh;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 220px;
  display: none;
}

.menunav a.dropdown-toggle {
  background: #f2f4f4;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 0;
  padding: 8px 30px 8px 12px;
  color: #3e4248 !important;
  white-space: normal;
}

.dropdown-toggle.show .ic-plus {
  background: url(../img/close.svg) no-repeat 0 0;
}

.ic-close,
.ic-plus {
  background: url(../img/close.svg) no-repeat 0 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 13px;
}

.ic-plus {
  background: url(../img/plus.svg) no-repeat 0 0;
}

.menunav .dropdown-menu a.dropdown-item {
  font-size: 16px;
  color: #3e4248 !important;
  padding: 8px 12px;
  white-space: normal;
  display: flex;
}

.dropdown-menu {
  transform: translate(0px, 41px) !important;
  background: #f2f4f4;
  border: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
}

.dropdown-menu li {
  border-top: 1px solid #e3e3e3;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e9ecef !important;
}

.header-benefit {
  display: flex;
  color: #fff;
  font-family: "GoogleSans-Medium";
  background: #eb9422;
}

.row-table-benefit1,
.row-table-benefit2,
.row-table-benefit3 {
  font-size: 16px;
  line-height: normal;
  border-right: 1px solid #d8d8d8;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.row-table-benefit1 {
  width: calc(18% + 5px);
}

.row-table-benefit2,
.row-table-benefit3 {
  width: 42%;
  text-align: center;
}

.line-benefit-auto-table {
  border-left: 1px solid #d8d8d8;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}

.line-benefit-auto-table .row-table-benefit1 {
  padding: 10px;
}

.tab-pane .card-body p {
  margin-bottom: 10px !important;
}

.tab-pane .card-body p:last-child {
  margin-bottom: 0 !important;
}

.tab-pane.menu8 .card-body p:last-child {
  margin-bottom: 30px !important;
}

.tab-pane .question-frequent .card:last-child {
  border-bottom: 1px solid #d8d8d8 !important;
}

.col2 .row-table-benefit2 {
  width: 82%;
}

.body-benefit .bank {
  background: #f1f1f1;
  display: none;
  padding: 12px 16px;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

/* end */
.mpos-card::before {
  content: "";
  width: 525px;
  height: 400px;
  background: rgba(209, 35, 40, 0.05);
  position: absolute;
  left: -35px;
  border-radius: 16px;
}

.reading-device::before {
  content: "";
  width: 525px;
  height: 560px;
  background: url(../img/Union.svg) no-repeat 0 0;
  position: absolute;
  right: -98px;
  bottom: -17px;
}

.mpos-equipment.no-before::before {
  content: none;
}

.mpos-equipment .col-md-6:first-child .flex {
  padding-right: 65px;
}

.calculator-tool {
  max-width: 840px;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px 150px;
}

.range-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#rangeValue {
  display: block;
  text-align: right;
  font-size: 24px;
  color: #1d1d1f;
  width: 40%;
  margin-right: 10px;
  line-height: 24px;
}

.range__slider [type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 70px;
  background: #d8d8d8;
  outline: none;
  padding: 0;
  margin: 0;
}

.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d12328;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #d12328;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #d12328;
}

.ww-list ul {
  display: flex;
  align-items: center;
}

.ww-list ul li {
  padding-right: 15px;
}

.ww-list ul li label {
  margin-bottom: 0;
}

.middle input[type="radio"] {
  display: none;
}

.middle .box {
  width: 70px;
  height: 55px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: table;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 auto;
}

.middle .box span .ww-list-detail {
  border: 0;
  color: #7f8a96;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
  top: 5px;
}

.ww-list-detail h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  color: #7f8a96;
  padding-top: 4px;
}

.ww-list-detail p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0 !important;
}

.middle input[type="radio"]:checked+.box span .ww-list-detail {
  background: #d12328;
  color: #fff;
  padding: 3px 0;
  top: 0px;
  border-radius: 4px;
  height: 55px;
}

.middle input[type="radio"]:checked+.box {
  border: none;
}

.middle input[type="radio"]:checked+.box span,
.middle input[type="radio"]:checked+.box span h4 {
  color: #fff;
}

.tablestyle thead th {
  width: 33.3%;
}

.tablestyle thead th:first-child {
  background: #7f8a96;
}

.tablestyle thead th:nth-child(2n) {
  background: #d12328;
}

.tablestyle thead th:last-child {
  background: #eb9422;
}

.tablestyle {
  border: 1px solid #d8d8d8;
  display: none;
  border-bottom: none;
}

.tablestyle thead th {
  border: none;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.table td {
  border-top: none;
  border-bottom: 0.5px solid #d8d8d8;
}

.tablestyle.showvalue {
  display: block;
}

.formsearch input {
  height: 48px;
  border-radius: 4px;
}

.formsearch .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  width: 60px;
  height: 48px;
}

.boxsearch {
  padding: 50px 0;
}

.collapse:not(.show) {
  display: none;
}

/* cau hỏi thường gặp */
.question-frequent {
  padding: 50px 0;
}

.question-frequent .card {
  border: none;
  border-top: 1px solid #d8d8d8 !important;
  border-radius: 0;
}

.card-header {
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 30px;
}

.card-header a {
  font-size: 16px;
  color: #1d1d1f;
  display: block;
}

.card-link.collapsed {
  font-family: "GoogleSans-Regular";
}

.card-body {
  padding: 0;
}

.card-body p {
  margin-bottom: 30px !important;
  font-size: 14px;
}

.faq .accordion .card .card-header .card-link:before {
  background: url(../img/arrow-b.svg) no-repeat 0 0;
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
}

.faq .accordion .card .card-header .card-link.collapsed:before {
  background: url(../img/arrow.svg) no-repeat 0 0;
}

.Nems-detail .btn-orange {
  padding: 5px 20px !important;
  border-radius: 6px;
}

.Nems-detail .col-md-7 {
  padding-right: 50px;
}

.step {
  background: #d12328;
  color: #fff;
  font-size: 16px;
  font-family: "GoogleSans-Medium";
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}

.boxstep {
  max-width: 85%;
}

.mpos-step .col-md-4:nth-child(2n) .boxstep {
  margin: 0 auto;
}

.mpos-step .col-md-4:last-child .boxstep {
  margin-left: auto;
}

.list-partner .Nextpay-title {
  margin: 0px 0 50px;
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
/* Blog Grid */
.blog .entry {
  margin-bottom: 40px;
}

.blog .entry .entry-featured {
  position: relative;
}

.blog .entry .entry-featured img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.blog-grid .entry .entry-featured {
  margin-bottom: 30px;
  position: relative;
}

.blog-grid .entry .entry-overlay {
  position: absolute;
  background-image: linear-gradient(to top,
      rgba(0, 0, 1, 0.8) 0%,
      rgba(0, 0, 0, 0.28) 22%,
      transparent 34%,
      transparent 100%);
  padding: 25px;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.blog-grid .entry .entry-author-img {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.blog-grid .entry .entry-author-img {
  float: left;
  margin-right: 15px;
  background-color: transparent;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.blog-grid .entry .entry-author-img:hover {
  box-shadow: 0 0 0 2px #46a1f0;
}

.blog-grid .entry .entry-author-img img {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blog-grid .entry .entry-author-img:hover img {
  transform: scale(1.1);
}

.blog-grid .entry .entry-author {
  position: absolute;
  bottom: 25px;
  left: 90px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #a9a9ab;
  z-index: 3;
}

.blog-grid .entry .entry-author a {
  color: #ffffff;
}

.blog-grid .entry .entry-author a:hover {
  color: #d12328;
}

.blog-grid .entry .entry-meta {
  color: #414141;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.blog-grid .entry .entry-meta span {
  color: #a9a9ab;
}

.blog-grid .entry .entry-title h3 {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
}

.blog-grid .entry .entry-title h3 a {
  color: #333333;
  line-height: 1.6;
}

.blog-grid .entry .entry-title h3 a:hover {
  color: #d12328;
}

.blog-grid .entry .entry-content {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.blog-grid .entry .listNewDes p {
  color: #787878;
}

.blog-grid .entry .entry-content strong {
  font-weight: bold !important;
}

.blog-grid .entry .gallery-featured .owl-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.blog-grid .entry .gallery-featured .owl-nav [class*="owl-"] {
  background-color: transparent;
  padding: 0;
}

.blog-grid .entry .gallery-featured .owl-nav [class*="owl-"] i {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 1px 2px 2px 1px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  border: 2px solid #ffffff;
}

.blog-grid .entry .gallery-featured .owl-nav [class*="owl-"]:hover i {
  background-color: #ffffff;
  color: #777777;
}

/* Blog Grid Extend */
.blog-grid-extend .entry .entry-featured {
  margin-bottom: 15px;
  width: 100%;
  height: 200px;
  /*overflow: hidden;*/
}

.blog-grid-extend .entry .entry-meta {
  margin-bottom: 18px;
}

.blog-grid-extend .entry .entry-title h3 {
  font-size: 19px;
  margin-bottom: 21px;
  height: 55px;
  overflow: hidden;
}

.blog-grid-extend .entry .entry-content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* Blog Classic */
/*------------------------------------*\
    #SIDEBAR-SECTION
\*------------------------------------*/
.sidebar .widget {
  padding: 15px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.sidebar-full .widget {
  margin-bottom: 50px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 50px;
}

.sidebar-full .widget:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Widget */
.widget .widget-title {
  position: relative;
  /*padding-bottom: 20px;*/
}

.widget .widget-title#title-mobile span {
  position: absolute;
  top: 2px;
  right: 0;
  width: 16px;
  line-height: 1;
}

.widget .widget-content {
  margin-top: 20px;
}

.widget .widget-title h5 {
  color: #272930;
  font-size: 18px;
  line-height: 1;
}

.widget .widget-title:after {
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  display: inline-block;
  background-color: #d12328;
}

/* Category Widget */
.widget-categories ul li a {
  color: #404040;
  font-weight: 400;
  line-height: 36px;
}

.widget-categories ul li a:hover {
  color: #d12328;
}

.widget-categories ul li a i {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 10px;
}

.widget-categories ul li a:hover i {
  color: #d12328;
}

.widget-categories ul li a span {
  margin-left: 5px;
  color: #d12328;
}

/* Tags Widget */
.widget-tags ul {
  margin-bottom: 0;
  margin-left: 0;
}

.widget-tags ul li {
  padding-left: 0;
  padding-right: 0;
}

.widget-tags a {
  display: inline-block;
  background-color: rgba(246, 246, 246, 0.4);
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #a9a9ab;
  margin-right: 6px;
  margin-bottom: 6px;

  padding: 10px 12px;
}

.widget-tags a:hover {
  background-color: #eb9622;
  color: #ffffff;
  border: 1px solid #eb9622;
}

/* twitter Widegt */
.widget-tweets ul li:before {
  content: "\f099";
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #46a1f0;
  width: 13px;
  height: 12px;
  float: left;
  margin-right: 10px;
}

.widget-tweets ul li p.tweet {
  color: #a9a9ab;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
}

.widget-tweets ul li a {
  color: #777777;
  font-weight: 400;
}

.widget-tweets ul li a:hover {
  color: #46a1f0;
}

.widget-tweets ul li .timePosted {
  color: #707070;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.widget-tweets ul li:last-child .timePosted {
  margin-bottom: 0;
}

.widget-tweets .twitter-follow a {
  margin-top: 20px;
  border: 1px solid #777777;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 49px;
  padding: 8px 13px;
}

.widget-tweets .twitter-follow a:hover {
  background-color: #46a1f0;
  color: #ffffff;
  border-color: #46a1f0;
}

/* Recent Widegt */
.widget-recent .entry {
  position: relative;
  margin-bottom: 20px;
}

.widget-recent .entry:last-of-type {
  margin-bottom: 0;
}

.widget-recent .entry img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 80px;
}

.widget-recent .entry .entry-desc {
  position: relative;
  margin-left: 90px;
}

.widget-recent .entry .entry-desc .entry-title {
  margin-bottom: 10px;
}

.widget-recent .entry .entry-desc .entry-title a {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.widget-recent .entry .entry-desc .entry-title a:hover {
  color: #46a1f0;
}

.widget-recent .entry .entry-desc .entry-meta {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.widget-recent .entry:last-of-type .entry-meta {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-recent .entry .entry-desc .entry-meta {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #a9a9ab;
}

.widget-recent .entry .entry-desc .entry-meta .slash {
  color: #414141;
}

/* Search Widget */
.widget-search .form-search .form-control {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.widget-search .form-search .btn {
  background-color: #d12328;
  color: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 35px;
  height: 49px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  margin-left: 0;
  padding: 0;
}

.widget-search .form-search .btn:hover {
  background-color: #eb9622;
  border-color: #eb9622;
}

.widget-best-product .best-product .product-img {
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 4px;
}

.widget-best-product .best-product .product-bio {
  padding-top: 0;
}

.widget-best-product .best-product .product-bio .product-price {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.widget-best-product .best-product a {
  text-transform: uppercase;
}

/* fiter product */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  /* -ms-touch-action: none;
  touch-action: none; */
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.class-category-active ul li a span {
  margin-left: 5px;
  color: #333333;
}

.class-category-active span.active {
  margin-left: 5px;
  color: #d12328;
}

.class-category-active ul li a span:hover {
  color: #d12328 !important;
}

.blog-single .entry {
  border-radius: 1px;
  margin-bottom: 30px;
}

.blog-single .entry .entry-post {
  padding: 30px 30px 50px;
  position: relative;
  background: #fcfaf6;
}

.blog-single .entry .entry-share {
  background-color: #e6e6e6;
  border-radius: 1px;
  padding: 30px 20px;
}

#title-share-button {
  padding-top: 12px;
}

.blog-single .entry .entry-share h6 {
  color: #272930;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.blog-single .entry-author {
  padding: 20px;
  background-color: #f6f6f7;
  border-radius: 1px;
  box-shadow: 0 1px 3px rgb(39 41 48 / 20%);
  margin-bottom: 70px;
}

.blog-single .entry-author .entry-author-img {
  float: left;
  background-color: #fff;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #a9a9ab;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.blog-single .entry-author .entry-author-bio {
  margin-left: 70px;
}

.blog-single .entry-author .entry-author-bio h6 {
  color: #272930;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.blog-single .entry-author .entry-author-bio p {
  color: #818181;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.blog-single .entry-author .entry-author-bio a {
  color: #d12328;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.blog-single .entry .entry-share .share-links a {
  color: #a9a9ab;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
}

#title-mobile {
  display: none;
}

.addthis_inline_share_toolbox {
  clear: none !important;
}

.widget-content .entry {
  border-radius: 1px;
  margin-bottom: 0px;
  box-shadow: none;
}

.pagination {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination>li {
  margin-right: 20px;
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  background-color: #f6f6f7;
  border-radius: 2px 1px 1px 2px;
  color: #a9a9ab;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  border-color: transparent;
}

.entry-title h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

/* form login */
.ftco-section {
  overflow: hidden;
  margin-bottom: 0;
  min-height: 95vh;
}

.ftco-section::after {
  content: "";
  background: url(../img/wavy.svg) no-repeat right top;
  position: absolute;
  right: -78px;
  top: -42%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.login-wrap {
  max-width: 460px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.09);
  padding: 25px;
  margin: 0 auto 25px;
}

.login-wrap h3 {
  font-size: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.login-wrap h4 {
  font-size: 14px;
}

.login-wrap h3 a {
  font-size: 12px;
  margin-left: auto;
  color: #008bf4;
}

.login-wrap .form-control {
  height: 45px;
  border-radius: 0;
  font-size: 16px;
  color: #747474;
  border-radius: 8px;
  font-family: "GoogleSans-Medium";
}

.icon-eye {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.capcha,
.refresh {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.refresh {
  right: 10px;
}

.clorange {
  color: #eb9422 !important;
}

.btn-login,
.btn-login:not(:disabled):not(.disabled):active {
  background-color: #eb9422 !important;
  font-size: 14px;
  font-family: "GoogleSans-Medium";
  border: 1px solid #eb9422 !important;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  transition: all 0.3s;
  box-shadow: none !important;
  color: #fff !important;
}

.btn-login:hover,
.btn-login:focus {
  background-color: #fff !important;
  border: 1px solid #eb9422 !important;
  color: #eb9422 !important;
  box-shadow: none;
}

.copyright {
  border-top: 1px solid #d8d8d8;
  padding: 10px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #1d1d1f;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.ftco-section .logo a {
  display: block;
  padding: 30px 0;
}

.ftco-section.login-wap .logo a {
  margin: 30px auto 50px;
}

.content {
  max-width: 450px;
  margin: 0 auto;
}

.content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.login-form p {
  font-size: 20px;
  margin-bottom: 10px;
}

.wrapper-page .download-app {
  margin: 0 0 30px 0;
}

.wrapper-page .qrimg {
  display: flex;
  align-items: center;
}

.f14 {
  font-size: 14px;
}

.bg-svg {
  position: absolute;
  top: -45%;
  right: -28%;
  direction: ltr;
  overflow: hidden;
  z-index: -1;
}

.modal-dialog {
  margin: 5.75rem auto;
}

.paT75 {
  padding-top: 75px;
}

.navbar_username {
  font-size: 16px;
  color: #006ee3;
  display: flex;
  align-items: center;
}

.loggedas {
  padding: 10px 22px 15px;
}

.modallg .collapse .card-body {
  padding: 0;
}

.modallg .gls-detail .gls-detail-list {
  padding: 3px 0 3px 40px !important;
  color: #1d1d1f;
}

.form-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-link a i {
  font-size: 26px;
}

.login-menu {
  position: relative;
}

.login-menu .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
  width: auto;
  right: 15px;
  left: auto !important;
  border-radius: 5px;
  padding: 5px 0;
}

.login-menu .dropdown-menu a {
  font-size: 14px;
  padding: 5px 20px;
}

.login-menu .dropdown .dropdown-menu {
  top: -55px !important;
}

.login-menu .dropdown button {
  color: #eb9422;
  position: absolute;
  top: -50px;
  right: 0;
  outline: none;
  box-shadow: none;
}

.login-menu .dropdown button i {
  font-size: 30px;
}

/* Hướng dẫn sử dụng */
.bg-d8 {
  background: #d8d8d8;
}

.bg-d8 section {
  margin: 0;
}

.bg-d8 section .container {
  border-bottom: 10px solid #f6f7f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-d8 .container {
  max-width: 768px;
  background: #fff;
  margin: 0 auto;
}

.search-form {
  position: relative;
  margin-bottom: 32px;
}

.search-form input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 12px 20px 12px 50px;
  font-size: 14px;
  color: #828b94;
  border: none;
  background: #f0f0f0;
}

.icon-search {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.list-item {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

.list-item ul.list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 8px;
  margin: 0;
}

.list-item ul.list li a {
  text-align: center;
  font-size: 14px;
  color: #404041;
  font-family: "GoogleSans-Medium";
  padding: 8px;
  border-radius: 8px;
}

.list-item ul.list li a:hover {
  background: #fdeded;
}

.list-item ul.list li img {
  display: block;
  margin: 0 auto 10px;
}

.asked-ques {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.asked-ques .titles {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.asked-ques .titles span {
  color: #404041;
  font-size: 17px;
  font-family: "GoogleSans-Medium";
}

.asked-ques .titles a {
  color: #008bf4;
  font-size: 14px;
}

.asked-ques .accordion .card {
  border: none;
  margin-bottom: 14px;
}

.asked-ques .accordion .card .card-header {
  padding: 6px 0 6px 38px;
  background: #f1f1f1;
  border-radius: 24px;
  display: block;
}

.asked-ques .accordion .card .card-header .card-link {
  color: #404041;
  font-family: "GoogleSans-Medium";
  font-size: 14px;
}

.asked-ques [data-toggle="collapse"].collapsed .fa:before {
  background: url(../img/ask.svg) no-repeat 8px 6px #fff;
}

.asked-ques [data-toggle="collapse"] .fa:before {
  background: url(../img/delete.svg) no-repeat 6px 6px #fff;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

.asked-ques .accordion .card .card-body {
  background: #f1f1f1;
  padding: 6px 10px;
  border-radius: 16px;
  border-left: 4px solid #d22e2a;
  margin: 8px 0px 0 20px;
}

.asked-ques .card-body p {
  margin-bottom: 12px !important;
}

.asked-ques .card-body p:last-child {
  margin: 0 !important;
}

.asked-ques .container {
  padding-bottom: 0 !important;
}

.menu-nav {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

.menu-nav ul.nav {
  display: block;
}

.menu-nav ul.nav li {
  display: block;
}

.menu-nav ul.nav li a {
  color: #404041;
  display: block;
  border-bottom: 1px solid #bdc1c5;
  padding: 12px 0;
}

.menu-nav ul.nav li:last-child a {
  border-bottom: none;
}

.user-ft {
  background: #808890;
}

.user-ft .container {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
}

.user-ft .download-app {
  margin: 0 0 17px;
}

.user-ft .download-app>.Neb-partner {
  color: #fff;
  font-size: 12px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.vm-knowledge {
  /*background-image: linear-gradient(90deg, #E3EDF7 0%, #EFF4FA 49%, #fff 99%);*/
  padding: 30px 0 50px;
  /*background: #F0E7DB;*/
}

/*.vm-knowledge .container {
  max-width: 900px;
}

.vm-knowledge-detail .container {
  width: 1140px;
}
*/
.border-10 {
  border-radius: 10px !important;
}

.KT-Box {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}

.box-search {
  position: relative;
  margin-bottom: 15px;
}

.box-search a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding: 14px 0 14px 42px;
  border-radius: 20px;
  color: #828b94;
  font-size: 14px;
}

.box-search a span {
  position: absolute;
  left: 10px;
  top: 12px;
}

.box-search input {
  border: none;
  border-radius: 50px;
  width: 100%;
  padding: 8px 30px 8px 48px;
}

.box-search span {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 12px;
}

.bi-detail {
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.bi-detail span {
  width: 44px;
  height: 44px;
  background: #f5f5f5;
  border-radius: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.bi-detail p {
  margin-bottom: 0;
  line-height: 19px;
  font-size: 14px;
  font-family: "GoogleSans-Medium";
  height: 38px;
  overflow: hidden;
  color: #1b1b1b;
  max-width: 164px;
  margin: 0 auto;
}

.KT-Security,
.KT-Footer,
.KT-Detail {
  background: #fff;
  padding: 4px 35px;
  /*border-radius: 10px;*/
}

.KT-Footer-detail {
  background: transparent !important;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  color: hsl(0, 0%, 45%);
}

.KT-Security ul {
  margin-bottom: 0;
  padding-left: 0;
}

.KT-Security ul li {
  list-style: none;
}

.KT-Security ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.KT-Security ul li:last-child a {
  border-bottom: 0;
}

.KT-Security ul li a p {
  margin-bottom: 0;
  color: #1b1b1b;
  font-family: "GoogleSans-Medium";
  font-size: 14px;
  padding-right: 25px;
  width: calc(100% - 44px);
}

.KT-Security ul li a span.icon-list {
  background: #e5f3fe;
  width: 34px;
  height: 34px;
  border-radius: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.KT-Security ul li a span.icon-enter {
  position: absolute;
  right: 0;
}

.KTF-content span {
  display: block;
  margin-bottom: 20px;
}

.KTF-content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "GoogleSans-Medium";
}

.KTF-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.KTF-content p b {
  font-family: "GoogleSans-Medium";
  font-weight: normal;
}

.KT-Detail {
  padding-top: 20px !important;
  font-size: 15px;
}

.KT-Detail label {
  font-weight: normal;
  font-family: "GoogleSans-Medium";
  font-size: 16px;
}

.KT-Detail ul {
  padding-left: 0px;
}

.KT-Detail ul li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 19px;
}

.KT-Detail ul.step-list {
  padding-left: 60px;
  position: relative;
}

.KT-Detail ul.step-list li {
  margin-bottom: 10px;
  line-height: 19px;
  list-style: decimal;
  position: relative;
}

.KT-Detail ul.step-list li:before {
  position: absolute;
  content: "Bước";
  left: -58px;
  top: 0;
  color: #ff8800;
  font-style: italic;
}

.KT-Detail ul.step-list li::marker {
  color: #ff8800;
  font-style: italic;
}

.KT-Detail ul.numb-list li {
  list-style: auto;
}

.KT-Detail ul.numb-list li::marker {
  font-family: "GoogleSans-Medium";
}

.VWB-img-mobile,
.VWS-img-mobile {
  display: none;
}

.VWB-img {
  position: relative;
  text-align: center;
}

.VWB-img .img-banner,
.VS-img .img {
  position: relative;
  z-index: 2;
  height: 500px;
  box-shadow: 0 28px 99px rgba(0, 0, 0, 0.28);
  border-radius: 40px;
}

.VWB-img .icon-spinner {
  position: absolute;
  right: -5px;
  bottom: -45px;
  z-index: 0;
  width: 250px;
}

.VWB-img .icon-spinner1 {
  position: absolute;
  left: 45px;
  bottom: 47px;
  z-index: 0;
  width: 70px;
}

@keyframes my-animation {
  from {
    /*background-color: #ff7a59;*/
    /*width: 300px;*/
    bottom: 150px;
  }

  to {
    /*background-color: #33475b;*/
    /*width: 50px;*/
    bottom: 120px;
  }
}

.VWB-img .icon-spinner2 {
  position: absolute;
  right: 50px;
  top: -28px;
  z-index: 0;
  width: 150px;
}

@keyframes my-animations {
  from {
    /*background-color: #ff7a59;*/
    /*width: 300px;*/
    top: 0px;
  }

  to {
    /*background-color: #33475b;*/
    /*width: 50px;*/
    top: -20px;
  }
}

.HT_Header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 10px 15px;
  position: relative;
  border-bottom: 2px solid #f2f2f2;
}

.HT_Header .icon-enter {
  transform: rotate(180deg);
  padding: 7px;
}

.HT_Header .modal {
  margin: 0 auto;
  max-width: 500px;
  left: 0;
  right: 0px;
}

.Menu_modal-right {
  /*position: absolute ;*/
  top: 0;
  right: 0;
  margin: 0;
}

.Menu_modal-right .modal-content {
  border: 0;
  border-radius: 0;
}

.HT_Header h4 {
  font-size: 18px;
  color: #d12d29;
  font-family: "GoogleSans-Medium";
  margin-bottom: 0;
  max-width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.HT_Header a.icon-enter {
  display: block;
}

.HT_Header a {
  display: none;
}

.VW-left-menu {
  background: #fff;
  padding: 15px 0;
  position: relative;
  padding-right: 15px;
}

.VW-left-menu:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #f5f5f5;
  right: 0;
  top: 0;
}

.VW-left-menu .VW-list-menu {
  padding-left: 0;
}

.VW-left-menu .VW-list-menu li {
  list-style: none;
}

.VW-left-menu .VW-list-menu li a {
  display: flex;
  align-items: center;
  color: #333;
  margin: 0px 0 5px;
  padding: 8px 10px;
  border-radius: 10px;
}

.VW-left-menu .VW-list-menu li a:hover {
  background: #f5f5f5;
}

.VW-left-menu .VW-list-menu li a.active {
  background: #fdeded;
}

.VW-left-menu .VW-list-menu li a span {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  /*background: #F5F5F5;*/
  /*border-radius: 10px;*/
  /*padding: 9px;*/
}

.VW-left-menu .VW-list-menu li a p {
  margin-bottom: 0 !important;
  margin-left: 10px;
  font-size: 14px;
  font-family: "GoogleSans-Medium";
}

.vm-knowledge-bg {
  background: #fff;
  padding: 0px 15px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}

.vm-knowledge-bg .main-content {
  position: relative;
  margin: 10px 0;
}

.vm-knowledge-bg .main-content:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #f5f5f5;
  left: -11px;
  top: 0;
}

.list-menu {
  padding-left: 0;
}

.list-menu li {
  position: relative;
  list-style: none;
}

.list-menu li.title-line {
  border-top: 1px solid #f5f5f5;
  padding: 15px 0 8px;
  font-family: "GoogleSans-Medium";
  font-size: 16px;
}

.list-menu li .bi-detail {
  display: flex;
  align-items: center;
  justify-content: left;
  text-decoration: none !important;
}

.list-menu li .bi-detail span {
  margin: 0;
  width: 34px;
  height: 34px;
}

.list-menu li .bi-detail span img {
  width: 16px;
  height: 16px;
}

.list-menu li .bi-detail p {
  height: auto;
  margin-left: 18px;
  text-align: left;
  width: calc(100% - 70px);
}

.list-menu li:before {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background: #f5f5f5;
  bottom: 0;
  right: 0;
}

.list-menu li.title-line:before {
  background: transparent;
}

.list-menu li:last-child:before {
  background: transparent;
}

.VW-App_Fix .container {
  padding: 0;
}

.VW-App_Fix .mPos-header {
  display: none;
}

.VW-App_Fix .box-search {
  display: none;
}

.VW-App_Fix .vm-knowledge-bg {
  border-radius: 0;
}

.VW-App_Fix .KT-Footer-detail {
  display: none;
}

.modal-contact {
  text-align: center;
  padding: 30px 15px;
}

.modal-contact span {
  display: block;
  margin-bottom: 20px;
}

.modal-contact label {
  font-family: "GoogleSans-Medium";
  font-size: 16px;
}

.modal-contact p {
  font-size: 14px;
}

.modal-contact a {
  color: #fff;
  background: #ff8800;
  font-family: "GoogleSans-Medium";
  font-size: 16px;
  border-radius: 50px;
  padding: 8px 25px;
}

.hero-img .animated {
  animation: up-down 1.6s ease-in-out infinite alternate-reverse both;
}

.hero-img .animated1 {
  -webkit-animation: animationFramesOne 10s linear infinite;
  animation: animationFramesOne 10s linear infinite;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
    transform: translate(-73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(-100px, 72px) rotate(72deg);
    transform: translate(-100px, 72px) rotate(72deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.btn-buy {
  color: #fff;
  background: #d12d29;
  border-radius: 16px;
  width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 13px 0;
  justify-content: center;
}

.btn-buy:hover {
  color: #fff;
}

.KTD-list li {
  list-style: none;
  display: inline-block;
  margin-right: 14px;
}

.KTD-list li span {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #f2f2f2;
  border-radius: 10px;
}

.KTD-list li span img {
  padding: 10px 5px;
}

.KTD-list li p {
  font-family: "GoogleSans-Medium";
  font-size: 14px;
  color: #23313e;
  text-align: center;
}

.KTD-tablist .nav-tabs .nav-link {
  border: 0;
  font-family: "GoogleSans-Medium";
  color: #808890;
  font-size: 14px;
  text-transform: uppercase;
}

.KTD-tablist .nav-tabs .nav-link.active {
  margin-bottom: -1px;
  color: #d12d29;
  border-bottom: 2px solid #d12d29;
}

.KTDt-content p {
  font-size: 14px;
  background: #ebf5e5;
  border-radius: 32px;
  padding: 24px 30px;
}

.KTDt-list ul {
  padding: 20px;
}

.KTDt-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.KTDt-list ul li span {
  display: flex;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.KTDt-list ul li p {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  padding: 6px 10px;
  transition: all 0.5s ease;
  font-size: 14px;
}

.KTDt-list ul li p.bg-note {
  background: rgba(125, 219, 94, 0.2) !important;
}

.KTDt-list ul li:nth-of-type(odd) p {
  background: #fff;
}

.KTDt-list ul li:nth-of-type(even) p {
  background: #ececec;
}

.KTDt-list ul li:hover p {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.KTDt-list ul li p span {
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.KTDt-list ul li p label {
  margin-bottom: 0 !important;
  font-size: 14px;
}

.KTDt-link {
  padding: 10px 35px;
}

.KTDt-link label {
  color: #404041;
  font-size: 16px;
  font-family: "GoogleSans-Medium";
}

.KTDt-link ul li {
  list-style: none;
}

.KTDt-link ul li a {
  font-size: 14px;
  position: relative;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

article.KT-text {
  font-size: 14px;
}

article.KT-text p {
  color: #404041;
  font-size: 14px;
}

article.KT-text ul {
  padding-left: 30px;
  margin: 15px 0;
}

article.KT-text label {
  color: #404041;
  display: block;
  font-family: "GoogleSans-Medium";
}

article.KT-text i {
  color: #808890;
}

article.KT-text ul li ol {
  margin-left: 18px;
  margin-top: 11px;
  color: #333;
}

article.KT-text ul li ol li {
  list-style: circle;
}

.KT-Listbank ul {
  padding: 0;
  margin: 20px 0 0;
}

.KT-Listbank ul li {
  list-style: none;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 6px 10px;
}

.KT-Listbank ul li span {
  display: flex;
  width: 80px;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
}

.KT-Listbank ul li p {
  margin-bottom: 0 !important;
  width: calc(100% - 100px);
}

.mPos-header {
  background: linear-gradient(120.94deg, #d12d29 24.03%, #db5827 77.06%);
  height: 200px;
  margin-bottom: 0;
  padding-top: 24px;
}

.mt--100 {
  margin-top: -100px;
}

.bg-f2f2f2 {
  background: #f2f2f2 !important;
}

.aq-search {
  margin-bottom: 20px;
  position: relative;
}

.aq-search a.aq-tag {
  display: inline-block;
  background: #d12f28;
  color: #fff;
  padding: 5px 16px;
  font-size: 12px;
  border-radius: 22px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.aq-search input {
  display: block;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #4398d1;
  padding: 9px 40px;
  background: #f0f0f0;
}

.aq-search span {
  position: absolute;
  top: 8px;
  left: 12px;
}

.KTD-card {
  margin-bottom: 30px;
}

.KTD-card article label {
  margin-bottom: 0;
}

.KTD-card a {
  display: inline-block;
  margin: 0 15px 15px 0;
  max-width: 190px;
}

.slide-card {
  text-align: center;
}

.slide-card a {
  margin: 0 auto;
  width: 60%;
}

.slide-card .owl-nav .owl-prev {
  position: absolute;
  font-size: 52px !important;
  top: 26%;
  left: 0;
}

.slide-card .owl-nav .owl-next {
  position: absolute;
  font-size: 52px !important;
  top: 26%;
  right: 0;
}

.mc-title {
  font-size: 16px;
  font-family: "GoogleSans-Medium";
  display: flex;
  align-items: center;
}

.mc-title span {
  margin-right: 10px;
  width: 20px;
}

.mc-content {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 15px;
  background: #fcfcfc;
}

.mc-content .menu-nav {
  padding-left: 30px !important;
  background: #fcfcfc;
}

.mc-content .list-item {
  padding: 0;
  background: #fcfcfc;
}

.mc-content .list-item .list {
  display: flex;
  flex-wrap: wrap;
}

.mc-content .list-item .list li {
  display: inline-block;
}

.key-word {
  margin-bottom: 0 !important;
  color: #285ea2;
  font-family: "GoogleSans-Medium";
}

.menu-BIN ul {
  display: block;
  padding-left: 30px;
}

.menu-BIN ul li {
  display: inherit;
  border-bottom: 1px solid #bdc1c5;
}

.menu-BIN ul li:last-child {
  border: 0;
}

.menu-BIN ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.menu-BIN ul li a p.text-Bin {
  color: #3d3d3d;
  font-family: "GoogleSans-Medium";
}

.menu-BIN ul li a p.text-Bin img {
  width: 35px;
  margin-right: 10px;
}

.menu-BIN ul li a p.text-Bin span {
  display: inline-block;
  margin-right: 10px;
}

.menu-BIN ul li a p {
  margin-bottom: 0 !important;
  color: #3d3d3d;
  font-family: "GoogleSans-Medium";
}

.MC-search:before {
  display: none;
}

.KTTw-box label {
  display: flex;
  align-items: center;
  font-family: "GoogleSans-Medium";
}

.KTTw-box label span {
  margin-right: 6px;
}

.KTTw-box article {
  padding-left: 22px;
}

.KTTw-Handle article ul {
  padding-left: 16px;
}

.KTTw-Handle article ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.KTTw-Handle article ul li ol li {
  list-style: none;
}

.list-number li {
  list-style: decimal !important;
}

.list-number li ol li {
  list-style: disc !important;
}

.KTt-article {
  display: flex;
  align-items: center;
}

.img-apps {
  margin-left: 10px;
}

.img-apps p {
  margin-bottom: 8px !important;
}

.list-img {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 8px;
  padding-left: 0 !important;
}

.list-img li {
  list-style: none !important;
}

.list-img li img {
  width: 100%;
}

.list-dot {
  padding-left: 18px;
}

.list-dot li {
  list-style: disc;
}

.KTD-accordlist .card {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 12px !important;
}

.KTD-accordlist .card .card-header {
  padding: 0;
}

.KTD-accordlist .card .card-header a {
  color: #d12d29;
  font-size: 14px;
  font-family: "GoogleSans-Medium";
  padding: 15px;
  position: relative;
}

.KTD-accordlist .card .card-header a.collapsed {
  color: #404041;
  font-family: "GoogleSans-Regular";
}

.KTD-accordlist .card .card-body {
  padding: 0 15px;
}

.list-bank li {
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 8px;
}

.list-bank li span.LB-num {
  width: 12px;
  height: 12px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #999999;
}

.list-bank li span.LB-img {
  display: inline-block;
  width: 56px;
  margin-right: 12px;
}

.list-bank li span.LB-img img {
  width: 100%;
}

.list-bank li p.LB-text {
  width: calc(100% - 92px);
  margin-bottom: 0 !important;
}

/* Thanh toán đơn hàng */
.pay-order .container {
  max-width: 640px;
}

.pay-order {
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 30px 0;
}

.pay-order img.logo {
  max-width: 170px;
}

.pay-order .warpper .contents {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 12px 12px;
}

.warpper .title {
  background: #ce2c31;
  border-radius: 12px 12px 0px 0px;
  padding: 10px 15px 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.warpper .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.p-24 {
  padding: 24px;
}

.f18 {
  font-size: 18px;
}

.cl9c {
  color: #9c9c9c;
}

.cl80 {
  color: #808890;
}

.bg-blue {
  background: #f4faff;
  padding: 16px 24px;
}

.tablist {
  background: #d9d9d9;
  border-radius: 15px;
  padding: 1px;
  margin-left: 30px;
  display: flex;
  width: 71px;
  height: 22px;
}

.tablist .nav-link {
  padding: 0 10px;
  color: #000;
  font-family: "GoogleSans-Medium";
}

.tablist .nav-link.active {
  background: #fff;
  padding: 0 10px;
  border-radius: 15px;
}

.tablist .nav-item {
  margin: 0;
  border-radius: 15px;
  padding: 1px;
  font-size: 12px;
}

.is-valid {
  position: relative;
}

.is-valid .form-control {
  border: 1px solid #d12d29;
}

.is-valid img {
  position: absolute;
  right: 10px;
  top: 10px;
}

.listcontent li {
  /*  display: grid;*/
  /*  grid-template-columns: 220px auto;*/
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 0 9px;
  gap: 5px;
}

.listcontent li .col2 {
  word-break: break-all;
}

.list-line {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.list-line p:first-child {
  width: 220px;
}

.list-line p:last-child {
  width: calc(100% - 220px);
  overflow-wrap: break-word;
  padding-left: 10px;
}

.listsum li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dedede;
  padding: 8px 0;
}

.listsum li:last-child {
  border-bottom: none;
}

.dowload {
  color: #e99323 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro-service .logo {
  max-width: 90px !important;
}

.content-service {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 10px;
}

.footer-service {
  background: #f8f8f8;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-service .btn-orange {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 8px 10px;
  width: 110px;
}

.footer-service .logo {
  max-width: 92px !important;
  margin-bottom: 15px;
}

/* end Hướng dẫn sử dụng */
/* thiết bị thanh toán mpos */
.product-tab {
  margin-bottom: 70px;
}

.product-tab ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.product-tab ul li {
  text-align: center;
}

.mpos-equipment .tab-content p {
  line-height: 26px;
}

.product-tab li a {
  color: #1d1d1f;
  font-size: 20px;
}

.product-tab li a span {
  display: flex;
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  padding: 10px;
}

.product-tab li a span img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.mpos-equipment {
  padding-bottom: 60px;
}

.mpos-equipment .tab-content .col-md-4 img {
  max-width: 300px;
}

.mpos-equipment .tab-content #miniSmartPos .col-md-4 img {
  max-width: 250px;
}

.mpos-equipment .tab-pane .col-md-5 img {
  height: 430px;
}

.f24 {
  font-size: 24px;
}

.btn-orange-bor {
  border: 1px solid #f3a841;
  border-radius: 12px;
  color: #f3a841 !important;
  font-size: 16px;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.btn-orange-bor:hover {
  background: #f3a841;
  color: #fff !important;
}

.btn-orange-bor img,
.mpos-equipment .btn-orange img {
  width: 26px;
}

.mpos-equipment .btn-orange {
  padding: 8px 20px;
  display: flex;
  align-items: center;
}

.product-tab li a.active span {
  background: #e4eed9;
  border-radius: 50%;
}

.product-tab li a.active span img {
  width: 67px;
}

.product-tab li a.active {
  font-weight: 600;
}

.payment-method {
  display: flex;
  gap: 16px;
}

.payment-method li {
  width: 33.3%;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
}

.payment-method li:hover {
  background: #e99323;
  color: #fff;
  border-radius: 24px 24px 24px 90px;
  cursor: pointer;
}

.payment-method li:hover h3,
.payment-method li:hover .decrip {
  color: #fff;
}

.payment-method li h3 {
  color: #6fa637;
  font-size: 20px;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 28px;
}

.payment-method li h3 span {
  width: 240px;
  height: 54px;
}

.payment-method li h3 img {
  width: 48px;
  margin-left: 30px;
}

.payment-method li:hover h3 img.ic-disco {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 80px;
  left: 0;
}

.payment-method li .img img {
  border-radius: 12px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.payment-method li .decrip {
  font-size: 16px;
  color: #404040;
  margin: 15px 0 0 !important;
}

.mPOS-Section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  /* block-size: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.mb-title h2 {
  font-size: 18px;
}

.mb-title h2 {
  font-size: 24px;
  color: #282e31;
  margin-bottom: 0;
}

.mb-title ul {
  margin-bottom: 0;
}

.mb-title ul li {
  font-size: 16px;
  color: #282e31;
  display: inline-block;
}

.mb-title ul li p {
  margin-bottom: 0 !important;
}

.mb-title ul li a {
  color: #282e31;
  text-decoration: none;
  padding: 4px 16px;
  display: inline-block;
  transform: 1s all ease;
  border-radius: 20px;
}

.mb-title ul li a:hover,
.mb-title ul li a:active,
.mb-title ul li a.active {
  background: #0979fd;

  color: #fff;
  transform: 1s all ease;
}

.mpos-banner {}

.mpos-banner span {
  display: block;
}

.mpos-banner span img {}

.mpos-banner h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.mpos-banner p {
  font-size: 18px;
}

.mpos-banner p {
  font-size: 16px;
  margin-bottom: 0;
  max-width: 700px;
  margin: 0 auto;
}

.mpos-banner-img {
  display: flex;
}

.mPOS-content {
  display: grid;
  grid-template-columns: auto auto;
}

.title-mPOS {
  margin-bottom: 20px;
}

.title-mPOS h2 {
  font-size: 40px;
  color: #008bf4;
  font-family: "GoogleSans-Medium";
}

.mPc-detail {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  overflow: hidden;
}

.mPc-detail p {
  color: #000;
  font-size: 16px;
  margin-bottom: 55px !important;
}

.mPc-detail span {
  display: block;
  text-align: center;
  position: relative;
}

.mPc-detail span img {}

.mPc-left span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mPc-left span img {
  width: 280px;
}

.mPc-right {
  background-image: linear-gradient(227deg, #de6127, #fe7b49);
  position: relative;
}

.mPc-right:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 639px;
  height: 275px;
  border-radius: 300px;
  top: 25%;
  left: 24%;
}

.mPq-detail {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  overflow: hidden;
}

.mPq-detail p {
  color: #495057;
  font-size: 16px;
}

.mPq-detail span {
  display: block;
  text-align: center;
}

.mPq-detail span img {}

.col-grid {
  display: grid;
  grid-template-columns: auto auto;
  height: 100%;
}

.mPq-right {
  background-image: linear-gradient(227deg, #de6127, #fe7b49);
  position: relative;
}

.mPq-right video {
  width: 100%;
  /*  height: 100%;*/
  border-radius: 20px;
  border: 5px solid#333;
}

.mPOS-content-conect {
  width: 100%;
}

.mPOS-content-conect .mPq-detail {
  display: block;
  width: 100%;
}

.mPOS-content-conect .mPq-detail p {
  width: 600px;
}

.mPa-detail {
  /* background: #fff; */
  display: flex;
  border-radius: 20px;
  padding: 40px 30px;
  overflow: hidden;
  justify-content: space-between;
}

.mPa-detail p {
  width: 50%;
  color: #fff;
}

.mPa-detail span.mPa-big {
  position: relative;
}

.mPa-detail span.mPa-big .mPa-small {
  position: absolute;
  width: 300px;
  height: 150px;
}

.mPa-detail span.mPa-big .mPa-small.mPas1 {
  right: 50%;
  bottom: 0;
}

.mPa-detail span.mPa-big .mPa-small.mPas2 {
  right: 100%;
  bottom: 34%;
}

.mPa-text {
  padding: 20px;
  border-radius: 20px;
}

.mPa-text span {
  display: block;
  text-align: right;
}

.mPa-text p {
  font-size: 24px;
  font-family: "GoogleSans-Medium";
  background: rgba(245, 245, 245, 0.5);
  border-radius: 12px;
  padding: 10px;
  margin-top: 45px;
}

.mPOS-content-menu {
  border-radius: 20px;
  padding: 40px;
}

.mcm-detail {}

.mcm-detail label {
  font-size: 36px;
  font-family: "GoogleSans-Medium";
}

.mcm-detail ul {
  padding-left: 25px;
}

.mcm-detail ul li {
  font-size: 20px;
  list-style: disc;
}

.mPOS-content-video {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.mcv-video {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.mcv-video iframe {
  border-radius: 10px;
}

.mcv-list {}

.mcv-list li {
  margin-bottom: 10px;
}

.mcv-list li a {
  font-size: 22px;
  font-family: "GoogleSans-Medium";
  position: relative;
  color: #404041;
  padding-left: 35px;
}

.mcv-list li a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 22px;
  background: url(../img/icon-youtube.svg) no-repeat;
  left: 0;
  top: 3px;
  background-size: contain;
}

.mcv-list li:last-child a:before {
  display: none;
}

.mcv-list li:last-child a {
  font-size: 16px;
  color: #008bf4;
}

.pay-rate {
  padding: 50px 0;
}

.rate-content div {
  padding-left: 20px;
}

.rate-content div label {
  font-size: 20px;
  color: #1b1b1b;
  display: block;
  margin-bottom: 0;
}

.rate-content li {
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  padding: 10px 15px;
  position: relative;
  background: #fff;
  display: grid;
  align-items: baseline;
  grid-template-columns: 30px auto;
  font-size: 14px;
  color: #7f8a96;
}

.rate-content li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.rate-content:before {
  position: absolute;
  content: "";
  background: url(../img/money.svg);
  width: 153px;
  height: 166px;
  bottom: 0;
  right: -110px;
}

.formregis {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 16px;
  border-radius: 12px;
}

.formregis .form-control {
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(34, 49, 63, 0.1);
  margin-bottom: 24px;
}

.formregis textarea.form-control {
  height: 216px;
}

.btn-green-full {
  padding: 14px 16px;
  display: inline-block;
  border-radius: 8px;
  background-color: #6fa637;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
}

.btn-green-full::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.6s all;
  z-index: -1;
}

.btn-green-full:hover::before {
  width: 100%;
}

.slide-device .carousel-control-prev,
.slide-device .carousel-control-next {
  bottom: -33px !important;
  opacity: 1;
  width: auto;
  display: inline-block;
  top: auto;
  right: 30px;
}

.slide-device .carousel-control-prev {
  right: 65px;
  left: auto;
}

.slide-device .carousel-indicators {
  bottom: -60px;
  margin-left: 0;
  justify-content: left;
}

.slide-device .carousel-indicators li {
  background: #d9d9d9;
  width: 24px;
  height: 2px;
  border: none;
}

.slide-device .carousel-indicators .active {
  background: #f19920;
  height: 3px;
}

.solution {
  border: 1px solid #E4E4E4;
  border-radius: 24px;
  padding: 24px;
}

.solution h4 {
  font-size: 16px;
  font-weight: 600 !important;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 20px;
}

.solution .btn-orange {
  display: flex;
  padding: 8px 18px;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}


/*form-installment*/


.toggle {
  position: relative;
  width: 50px;
  height: 24px;
  border-radius: 20px;
  border: 0.015em solid #9f9f9f;
  background-image: linear-gradient(#f2f2f2, #fff, #f2f2f2);
  margin: 0.26em 0.15em;
  cursor: pointer;
  filter: drop-shadow(0.015em 0.015em 0.01em rgba(0, 0, 0, 0.3));
}

.toggle-btn::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50%;
  font-size: 30px;
  text-align: center;
  transition: all 500ms cubic-bezier(0.34, 0.78, 0.55, 1.4);
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-checkbox:checked+.toggle-btn::after {
  left: 56%;
}

/* Happy/Sad Toggle */

.happy-sad .toggle-btn::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../img/vietnam.png') no-repeat;
  background-size: contain;
}

.happy-sad .toggle-checkbox:checked+.toggle-btn::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../img/united-kingdom.png') no-repeat;
  background-size: contain;
}

.img-logo {
  margin: 0 auto !important;
}

.fi-price .middle input[type="radio"]+.box {
  width: 52px;
  height: 52px;
}

.fi-price .middle input[type="radio"]+.box .ww-list-detail p {
  display: none;
}

.fi-price .middle input[type="radio"]+.box .ww-list-detail h4 {
  padding-top: 14px;
  font-size: 20px;
  font-family: "GoogleSans-Regular";
}

.fi-price .middle input[type="radio"]+.box span .ww-list-detail {
  top: 0;
}

.fi-price .middle input[type="radio"]:hover+.box {
  border-color: #dc3545;
  /*    background: #FBEBEA;*/
}

.fi-price .middle input[type="radio"]:checked+.box {
  width: 74px;
  height: 64px;
}

.fi-price .middle input[type="radio"]:checked+.box .ww-list-detail {
  top: px;
  height: 64px;
  width: 74px;
}

.fi-price .middle input[type="radio"]:checked+.box .ww-list-detail p {
  display: block;
}

.fi-price .middle input[type="radio"]:checked+.box .ww-list-detail h4 {
  padding-top: 13px;
  line-height: 16px;
  font-size: 24px;
  font-family: "GoogleSans-Medium";
}

.form-timeout {
  padding: 50px 0;
}

.form-timeout span {
  display: block;
}

.form-timeout h2 {
  font-size: 20px;
  color: #404041;
  font-weight: 600;
}

.form-timeout h4 {
  color: #404041;
  font-size: 16px;
}

.lw-title {
  display: block !important;
}

.lw-title p {
  font-family: "GoogleSans-Italic";
  font-size: 14px;
  margin-top: 4px;
  display: block;
  line-height: 16px;
}

.style-box {
  display: grid;
  align-items: center;
  grid-template-columns: 461px auto;
  padding: 16px;
  margin: 0;
}

.style-box .qrcode {
  background: #101419;
  max-width: 133px;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
}

.style-box .qrcode img {
  margin: 0;
}

.style-box .ic-img {
  max-width: 290px;
  z-index: 9;
  position: relative;
}

.style-box h3 {
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.style-box .decrips {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto 40px !important;
  max-width: 520px;
}

.style-box .txt-link {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  text-decoration: underline !important;
  font-size: 16px;
}

.bg-decor {
  position: absolute;
  transform: rotate(180deg);
  bottom: 0;
  left: 31%;
  z-index: 0;
}

.style-box.bg-green {
  background-image: linear-gradient(to right, #8DC64D, #6F982E);
  padding: 0;
}

.style-box.bg-green .ic-img {
  max-width: 380px;
}

.style-box.bg-green .bg-decor {
  position: absolute;
  top: 0;
  left: 31%;
  z-index: 0;
  transform: none;
}

.style-box.bg-green .bg-top-r {
  background: url(../img/decor.svg) no-repeat 0 0;
  bottom: -118px;
  right: -159px;
  top: auto;
  transform: rotate(178deg);
  width: 383px;
  height: 300px;
}

.intro-dowload h3 img {
  width: 80px;
  margin-right: 10px;
}




@media (max-width: 1200px) {
  .navbar-nav li a {
    padding: 0 10px !important;
  }

  .Nextpay-dowload .intro-dowload h3 {
    font-size: 28px;
  }

  .Nextpay-dowload .decrips {
    font-size: 18px;
    line-height: 24px;
  }

  .Nextpay-dowload .intro-left {
    max-width: none;
  }

  .Nextpay-dowload .bottom img {
    width: 150px;
  }

  .tab-nav {
    padding-right: 0;
  }

  .owl-carousel .owl-item img {
    height: auto;
  }
}

@media (max-width: 980px) {
  .menu-mobile {
    display: block;
  }

  .menu-mobile .modal-dialog {
    margin-top: 96px;
  }

  .nav-sign-in,
  .sign_up,
  .tab-nav {
    display: none;
  }

  .logo img {
    max-width: 100px;
  }

  .main-nav {
    display: block;
    position: relative;
  }

  .dis-desktop {
    display: block;
  }

  a.form-sub {
    margin: 20px 0px;
    padding: 10px !important;
    color: #fff !important;
    text-align: center;
  }

  .banner-top {
    padding-bottom: 30px;
  }

  .Nem-content {
    width: auto;
    margin: 0 auto;
  }

  .Nextpay-dowload .ic-mobile {
    max-width: 285px;
    right: -33px;
  }

  .menunav {
    display: block;
    position: absolute;
    bottom: -43px;
    width: 100%;
  }

  .mpos-guide .col-md-4,
  .mpos-guide .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .calculator-tool {
    padding: 30px;
  }

}

@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }

  .menu-mobile .modal-dialog {
    margin-top: 104px;
  }

  .menu-mobile .modal-dialog.modallg {
    margin-top: 50px;
  }

  .title {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
  }

  .banner-top a.btn {
    width: 100%;
  }

  section,
  section:first-child .col-md-3,
  .map-responsive {
    margin-bottom: 20px;
  }

  .mpos-card .col-md-6:first-child {
    order: 2;
  }

  .banner-top p {
    text-align: center;
  }

  .banner-top .col-md-6 {
    text-align: center;
  }

  .banner-top .col-md-6:last-child img {
    margin-top: 50px;
  }

  .sess-card .col-md-6:first-child {
    order: 2;
    margin-top: 30px;
    text-align: center;
  }

  .sess-rate .col-md-6:last-child {
    order: 2;
  }

  .list-partner ul li .lp-detail {
    width: 110px;
  }

  .Nebl-detail {
    width: 100px;
    padding: 0;
  }

  .banner-qr {
    padding-bottom: 30px;
  }

  .boxcont {
    min-height: auto;
    margin-top: 30px;
  }

  .reading-device .col-md-6:last-child,
  .Nextpay-contact .col-md-6:last-child,
  .mpos-benefit .col-md-6:last-child,
  .wrapper-page .col-md-6:first-child {
    order: 2;
  }

  .reading-device .col-md-6:first-child,
  .Nextpay-contact .col-md-6:first-child,
  .mpos-benefit .col-md-6:first-child,
  .wrapper-page .col-md-6:last-child {
    order: 1;
  }

  .Nextpay-contact .col-md-6:last-child .Nec-img {
    text-align: center !important;
  }

  .banner-qr .col-md-5 {
    order: 1;
  }

  .banner-qr .col-md-7 {
    order: 2;
  }

  ul.listpay li {
    padding: 10px 10px 0 10px;
  }

  .list-partner p {
    padding: 10px;
  }

  .Nextpay-dowload .ic-mobile {
    display: none;
  }

  .Nextpay-header .navbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
  }

  .Nextpay-header .navbar button {
    right: 8px;
    position: absolute;
    font-size: 20px;
    border: 0;
    top: 4px;
  }

  .Nextpay-header .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    top: 50px;
    z-index: 9;
  }

  .Nes-detail label {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .logo a {
    display: inline-block;
    padding: 21px 0px 14px 10px;
    width: 110px;
  }

  .Nextpay-header {
    z-index: 999;
  }

  .banner-new::before,
  .mpos-card::before {
    content: none;
  }

  .banner-new .title {
    text-align: left;
    margin-top: 0;
  }

  .slideimg {
    margin: 50px 0 0;
    max-width: 100%;
    height: auto;
  }

  .download-app {
    margin-top: 60px;
  }

  .decrip {
    height: auto;
  }

  .mpos-equipment .flex {
    flex-direction: column;
  }

  .benefit .box {
    padding: 20px;
  }

  .benefit .title {
    margin: 0;
    text-align: left;
  }

  .benefit .btn-orange,
  .benefit .m-b-40,
  .mpos-atm360 .col-md-6:first-child,
  .mpos-support .col-md-6:first-child {
    margin-bottom: 20px !important;
  }

  .mpos-atm360 .col-md-6,
  .mpos-new .col-md-4 {
    text-align: center;
  }

  .Nextpay-dowload .intro-dowload {
    padding: 50px 10px;
  }

  .list-partner {
    padding-top: 0;
  }

  .range-slider {
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .ww-list ul {
    display: block;
  }

  .ww-list ul li {
    display: inline-block;
    padding-right: 5px;
  }

  .ww-list ul li:last-child {
    padding-right: 0;
  }

  .formsearch {
    width: 100% !important;
  }

  .body-benefit .bank {
    display: block;
  }

  .row-table-benefit1 {
    display: none;
  }

  .row-table-benefit2,
  .row-table-benefit3 {
    width: 50%;
  }

  .benefit-auto.col2 .row-table-benefit1 {
    display: block;
    width: 25%;
  }

  .banner-new .owl-carousel .owl-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .Nems-detail .col-md-7 {
    padding-right: 15px;
  }

  .boxstep {
    max-width: 100%;
    margin-bottom: 30px !important;
  }

  .calculator-tool {
    padding: 15px;
  }

  .ftco-section::before {
    transform: rotate(160deg);
  }

  .wrapper-page .col-md-6:first-child {
    text-align: center;
  }

  .wrapper-page .download-app {
    text-align: left;
  }

  .ftco-section.login-wap .logo a {
    width: auto;
    text-align: center;
  }

  /*.ftco-section.login-wap .logo img {
    max-width: 100%;
  }*/

  .ftco-section .logo a {
    margin: 30px auto 50px;
    width: auto;
    text-align: center;
  }

  .ftco-section .logo img {
    /*    max-width: 100%;*/
  }

  .login-wrap {
    max-width: 100%;
  }

  .wrapper-page .download-app {
    margin-top: 30px;
  }

  .product-tab {
    width: 100%;
    overflow-x: auto;
  }

  .product-tab ul {
    grid-template-columns: 140px 140px 140px 130px 150px 150px 150px;
    gap: 0;
    justify-content: inherit;
    display: grid;
  }

  .product-tab li a span {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }

  .product-tab li a {
    font-size: 14px;
  }

  .product-tab li a.active span img,
  .product-tab li a span img {
    width: 50px;
  }

  .card-img {
    padding: 20px 3px;
  }

  .tab-content .col-md-4 {
    margin-bottom: 30px;
  }

  .tab-content .col-md-8 p {
    line-height: 28px;
  }

  .payment-method {
    display: block;
  }

  .payment-method li {
    width: 100%;
    margin-bottom: 24px;
  }

  .card-img img {
    max-width: 100%;
  }

  .payment-method li:hover h3 img.ic-disco {
    width: 60px;
  }

  .mPc-left span img {
    width: 130px;
  }

  .mPc-detail p {
    font-size: 14px;
  }

  .mPa-text p {
    font-size: 14px;
  }

  .mPa-detail span.mPa-big .mPa-small {
    display: inline-block;
    width: 200px;
  }

  .mpos-equipment .tab-pane .col-md-5 {
    margin-bottom: 90px;
  }

  .mpos-equipment .tab-pane .col-md-5 img {
    height: 345px;
  }

  .mpos-equipment {
    padding-bottom: 30px;
  }

  .solution {
    margin-bottom: 20px;
  }

  .style-box {
    display: block;
  }

  .style-box .img {
    display: none;
  }
}

@media (max-width: 533px) {
  .list-line p:last-child {
    width: 235px;
  }

  .list-item ul.list {
    grid-template-columns: auto auto auto;
  }

  .w500 {
    width: auto !important;
  }

  .col-grid {
    display: inherit;
    height: auto;
  }

  .mPc-left span {
    position: initial;
    margin-bottom: -40px;
  }

  .mPc-detail,
  .mPq-detail,
  .mPa-detail,
  .mPa-text {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .mPc-left span img {
    width: 230px;
  }

  .mPOS-content-conect .mPq-detail p {
    width: auto;
  }

  .title-mPOS h2 {
    font-size: 24px;
  }

  .mb-title {
    display: inherit;
  }

  .mb-title h2 {
    margin-bottom: 10px;
  }

  .footer-installment {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
  }
}

@media (max-width: 480px) {
  .list-line p:first-child {
    width: 200px;
  }

  .list-line p:last-child {
    width: calc(100% - 200px);
  }

  .ftco-section {
    padding: 0 16px;
  }

  .HT_Header {
    justify-content: space-between;
  }

  .list-item ul.list {
    grid-template-columns: auto auto;
  }

  .HT_Header a {
    display: block;
  }

  .VW-left-menu_mobile {
    display: none;
  }

  .vm-knowledge-bg .main-content:before {
    display: none;
  }

  .mpos-new .btn-orange {
    margin-bottom: 20px;
  }

  .footer-service {
    align-items: center;
  }

  .footer-service .btn-orange {
    width: 140px;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .calculator-tool {
    padding: 10px;
  }

  g .news-detail {
    padding-right: 0;
    padding-left: 0;
  }

  #title-share-button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .share-links {
    display: inline-block;
  }

  .widget .widget-title h5 {
    color: #272930;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
  }

  .middle .box {
    width: 50px;
  }

  .ww-list-detail h4 {
    font-size: 14px;
  }

  .widget-recent {
    display: none;
  }

  #title-desktop {
    display: none;
  }

  #title-mobile {
    display: block;
  }

  #listnews {
    display: none;
  }

  .widget .widget-title:after {
    display: none;
  }

  .ftco-section::before {
    transform: rotate(85deg);
  }

  .login-wrap {
    padding: 25px 15px;
  }

  /*  .login-wrap h3 {
    font-size: 16px;
  }*/

  .copyright {
    display: block;
    text-align: center;
  }

  .copyright span {
    display: block;
  }

  .bg-svg {
    right: -100%;
  }

  .pad10 {
    padding: 0;
  }

  .paT75 {
    padding-top: 0;
  }

  .listcontent li {
    grid-template-columns: 40% auto;
  }

  .tablist {
    width: 71px;
  }

  .mpos-banner h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .mb-title ul li {
    font-size: 12px;
  }

  .mPa-text p {
    font-size: 18px;
  }

  .btn-orange-bor,
  .mpos-equipment .btn-orange {
    padding: 8px 6px;
  }
}

@media (max-width: 390px) {
  .list-line p:first-child {
    width: 120px;
  }

  .list-line p:last-child {
    width: calc(100% - 120px);
  }

  .footer-installment {
    width: 91.5%;
  }

  .fi-price .middle input[type="radio"]:checked+.box .ww-list-detail {
    top: 7px;
  }

  .middle .box {
    width: 62px;
  }

  #rangeValue {
    font-size: 20px;
  }

  .ftco-section::after {
    right: 14px;
    top: -56%;
  }

  .ftco-section.regiter::after {
    top: -30%;
  }

  .content-service {
    grid-template-columns: auto;
  }

  .mPa-detail span.mPa-big .mPa-small.mPas2 {
    right: 62%;
    bottom: 10%;
  }

  .mPa-detail span.mPa-big .mPa-small.mPas1 {
    right: 34%;
    bottom: -20%;
  }
}

.mpos-payment .Nextpay-dowload,
.mpos-payment .col-sm-6 {
  display: flex;
}

.intro-dowload h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GoogleSans-Medium";
  line-height: 28px;
  max-width: 540px;
  margin: 0 auto 25px;
}

.intro-left p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px !important;
}

.decrips {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.ic-mobile {
  position: absolute;
  bottom: 28px;
  right: 48px;
  z-index: 0;
  width: 290px;
}

.intro-left {
  max-width: 600px;
  position: relative;
  z-index: 9;
}

.list-download {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-download a {
  display: block;
}

.list-download a img {
  max-width: 160px;
}

.tabstyle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

.tabstyle ul li a {
  background: #D9D9D9;
  border: 0;
  font-size: 16px;
  border-radius: 20px;
  color: #404040;
  padding: 8px 24px;
  display: block;
  width: 130px;
  text-align: center;
}

.tabstyle ul li a.active {
  background: #eb9422;
  color: #fff;
}

@media (max-width: 1200px) {


  .Nextpay-dowload .intro-left {
    max-width: 410px;
  }
}

@media (max-width: 1000px) {

  .Nextpay-dowload .intro-dowload h3 {
    font-size: 18px;
    line-height: normal;
  }

  .Nextpay-dowload .decrip {
    font-size: 18px;
    line-height: 24px;
  }

  .Nextpay-dowload .intro-left {
    max-width: 410px;
    margin: 0 auto;
  }

  .Nextpay-dowload .ic-mobile {
    max-width: 215px;
    right: 10px;
  }

  .Nextpay-dowload .bottom img {
    width: 150px;
  }

  .intro-dowload.intro-dowload-next360 {
    padding: 32px;
  }

  .Nextpay-dowload .decrips {
    font-size: 16px;
  }
}

@media (max-width: 590px) {

  .mpos-payment .Nextpay-dowload,
  .mpos-payment .col-sm-6 {
    display: block;
  }

  .mpos-payment .Nextpay-dowload .intro-dowload {
    margin: 0 0 30px;
    padding: 50px;
  }

  .mpos-payment .Nextpay-dowload .intro-left {
    max-width: 100%;
  }

  .Nextpay-dowload .intro-left {
    margin-top: 20px;
  }

  .Nextpay-dowload .intro-left span,
  .Nextpay-dowload .intro-left p {
    color: #fff
  }
}

@media (max-width: 480px) {

  .mpos-payment .Nextpay-dowload .intro-dowload {
    padding: 20px;
  }

  .Nextpay-dowload .intro-dowload {
    padding: 50px 10px;
  }

  .Nextpay-dowload .intro-dowload h3 {
    font-size: 18px;
  }
}
.Nextpay-dowload .experience {
  background: none;
  padding: 0;
  margin: 0;
}
.Nextpay-dowload .experience ul{
      grid-template-columns: 1fr 1fr;
}
.Nextpay-dowload .experience .list li{
  background: #cb3533;
}
.Nextpay-dowload .experience .qrcode{
      background: #CF232A;
          border: 0.5px solid rgb(255 255 255 / 32%);
}